Skip to content

Commit

Permalink
forgot import
Browse files Browse the repository at this point in the history
  • Loading branch information
grymmy committed Dec 9, 2024
1 parent 0056d39 commit e6d7833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serve.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env python3
from http import server # Python 3
import os

class MyHTTPRequestHandler(server.SimpleHTTPRequestHandler):
def end_headers(self):
Expand Down

0 comments on commit e6d7833

Please sign in to comment.