define the general package structure

This commit is contained in:
Sven Czarnian
2021-08-14 21:27:45 +02:00
parent 3076821b3a
commit bd2d431c41
3 changed files with 2 additions and 0 deletions

2
aman/__init__.py Normal file
View File

@@ -0,0 +1,2 @@
import com
import tools

0
aman/com/__init__.py Normal file
View File

0
aman/tools/__init__.py Normal file
View File