worked on system, added member, advisor & admin management.
This commit is contained in:
7
services/utils.py
Normal file
7
services/utils.py
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
import os
|
||||
|
||||
class Utils:
|
||||
@staticmethod
|
||||
def clear_screen():
|
||||
os.system('cls' if os.name == 'nt' else 'clear')
|
Reference in New Issue
Block a user