remove tmp

This commit is contained in:
Waylon Walker 2023-03-13 10:14:56 -05:00
parent cf757847ad
commit 6b811ec0c6
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

2
tmp.py
View file

@ -1,5 +1,7 @@
from pathlib import Path from pathlib import Path
from .pyflybygen import pyflybygen
statements = """ statements = """
from __future__ import (absolute_import, from __future__ import (absolute_import,
division) division)