Skip to content

Instantly share code, notes, and snippets.

View Trivoz's full-sized avatar
🧬
Experimenting with Helix

Trivoz

🧬
Experimenting with Helix
  • Student
  • Sydney, Australia
  • 20:50 (UTC +10:00)
View GitHub Profile
from __future__ import annotations
import sys
import os
import logging
from typing import Union
import pygame
from pygame.surface import Surface, SurfaceType
import util
@Trivoz
Trivoz / main.py
Created June 7, 2022 02:38
pygame template file
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
File: main.py
Author: Joshua Rose
Version: 0.1.0
Description: ...
"""
import os