initial commit

This commit is contained in:
Aleks Rūtiņš 2024-09-08 20:57:06 -04:00
commit 5779c37f5b
19 changed files with 421 additions and 0 deletions

7
lib/phlexite.rb Normal file
View file

@ -0,0 +1,7 @@
# frozen_string_literal: true
require_relative "phlexite/version"
module Phlexite
class Error < StandardError; end
end