mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-25 18:25:40 +02:00
Initialized UV and moved data to parent dir
This commit is contained in:
6
core/main.py
Normal file
6
core/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main():
|
||||
print("Hello from core!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user