Skip to content

Commit

Permalink
LeetCode: updating Python3 template;
Browse files Browse the repository at this point in the history
  • Loading branch information
olegon committed Aug 21, 2023
1 parent eefd6e5 commit 0e32f42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions leetcode/python-template/main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# {name}
# {url}

import array
import bisect
import collections
import sortedcontainers

class Solution:
def solve(self):
pass

0 comments on commit 0e32f42

Please sign in to comment.