Skip to content

Commit 862af27

Browse files
committed
re-structure and update .gitignore
1 parent 17297b8 commit 862af27

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
__pycache__/
55
venv*/
66
.cache/
7+
bin/

graphql-api-generator/main.py

Lines changed: 0 additions & 5 deletions
This file was deleted.
File renamed without changes.

graphql-api-generator/utils/utils.py renamed to graphql-api-generator/modules/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env python3
2+
13
from graphql import *
24

35

graphql-api-generator/utils/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)