initial commit

rebranding everything
This commit is contained in:
Kenneth Estanislao
2023-09-24 21:36:57 +08:00
parent f522c4ea89
commit e616245e3d
26 changed files with 2351 additions and 2 deletions

6
run.py Normal file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env python3
from modules import core
if __name__ == '__main__':
core.run()