Skip to content

Commit

Permalink
[Units] Add colors unit
Browse files Browse the repository at this point in the history
Add colours alias for colors unit
Add BLACK and WHITE constants
  • Loading branch information
Harmon758 committed Jul 30, 2023
1 parent 85cae63 commit 4373932
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@
# Load credentials from .env
load_dotenv()


from . import colors as colours

4 changes: 4 additions & 0 deletions units/colors.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

BLACK = 0x000000
WHITE = 0xFFFFFF

0 comments on commit 4373932

Please sign in to comment.