Skip to content

Commit

Permalink
Get project ready for development
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-102 committed Dec 22, 2023
1 parent e9f56dd commit f5e3a4c
Show file tree
Hide file tree
Showing 48 changed files with 59,612 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
publish.cmd

# Ignore directories
.git/
.idea/
__pycache__/
4 changes: 4 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# main python script
import scripts

print('Hello World!')
Empty file added scripts/Utils.py
Empty file.
1 change: 1 addition & 0 deletions scripts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import scripts.Utils
Loading

0 comments on commit f5e3a4c

Please sign in to comment.